gtk3-demo: Fix two issues with the builder demo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jan 2014 20:43:09 +0000 (15:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jan 2014 20:44:46 +0000 (15:44 -0500)
The ui file was generating a warning about AtkAction not
being implemented, and the about dialog had a missing icon.

demos/gtk-demo/demo.ui

index d35cd03ff1b2ca6e177e9e3fb0acdcff53b713c0..e535c8dc35ef3dc23cd419b13e94f08d00a601db 100644 (file)
     </object>
     <object class="GtkAboutDialog" id="aboutdialog1">
         <property name="program-name" translatable="yes">GtkBuilder demo</property>
+        <property name="logo-icon-name" translatable="yes">gtk3-demo</property>
          <accessibility>
             <relation target="window1" type="subwindow-of"/>
         </accessibility>
                           </child>
                         </object>
                       </child>
-                   <accessibility>
-                       <action action_name="move-cursor" description="Move the cursor to select another person."/>
-                   </accessibility>
                     </object>
                     <packing>
                         <property name="position">2</property>